home *** CD-ROM | disk | FTP | other *** search
/ Delphi Programmer's Power Pack / Delphi Volume 1.iso / s_to_z / subdatab / demostat.dfm / demostat.txt
Text File  |  1996-09-15  |  824b  |  46 lines

  1. object StatusDialog: TStatusDialog
  2.   Left = 263
  3.   Top = 115
  4.   ActiveControl = OKBtn
  5.   BorderStyle = bsDialog
  6.   Caption = 'SUBDabase-Status'
  7.   ClientHeight = 402
  8.   ClientWidth = 353
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   TextHeight = 13
  16.   object Bevel1: TBevel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 329
  20.     Height = 337
  21.     Shape = bsFrame
  22.     IsControl = True
  23.   end
  24.   object OKBtn: TBitBtn
  25.     Left = 144
  26.     Top = 364
  27.     Width = 77
  28.     Height = 27
  29.     TabOrder = 0
  30.     Kind = bkOK
  31.     Margin = 2
  32.     Spacing = -1
  33.     IsControl = True
  34.   end
  35.   object Memo1: TMemo
  36.     Left = 16
  37.     Top = 24
  38.     Width = 305
  39.     Height = 305
  40.     Lines.Strings = (
  41.       'Memo1')
  42.     ScrollBars = ssVertical
  43.     TabOrder = 1
  44.   end
  45. end
  46.